net/http.socksAddr.IP (field)

9 uses

	golang.org/x/net/internal/socks
		client.go#L126: 		a.IP = make(net.IP, net.IPv4len)
		client.go#L129: 		a.IP = make(net.IP, net.IPv6len)
		client.go#L146: 	if a.IP != nil {
		client.go#L147: 		copy(a.IP, b)
		socks.go#L87: 	IP   net.IP
		socks.go#L98: 	if a.IP == nil {
		socks.go#L101: 	return net.JoinHostPort(a.IP.String(), port)
		socks.go#L254: 		a.IP = net.ParseIP(host)
		socks.go#L255: 		if a.IP == nil {